cont
¶
Contour data output format, output timestep intervals, and time intervals.
- Group 1 -
NCNTR
,CONTIM
An alternative form of input for macro cont is possible. This is
- Group 1 -
ALTC
,NCNTR
,CONTIM
,KEYWORD
- Group 2 - ``CHDUM ``(only input if ALTC is ‘avs’, ‘avsx’, ‘surf’, or ‘tec’)
If CHDUM = 'zone'
that line is followed by
NSURF
IZONE_ISURF(I), I=1, NSURF
Input Variable | Format | Description |
---|---|---|
ALTC | character*4 | Keyword specifying the type of contour output wanted (avs, avsx, fehm, free, ment, ptrn): ‘avs’ produces contour plot files compatible with the AVS postprocessor. ‘avsx’ produces contour plot files compatible with the AVS Express postprocessor.‘fehm’ produces a binary output file. The same contour plot file is produced using the first form of Group1 input. ‘free’ produces a free format contour plot file. ‘surf’ produces a contour plot file compatible with the SURFER postprocessor. ‘tec’ produces a contour plot file compatible with the TECPLOT postprocessor. |
NCNTR | integer | Time step interval for contour plots (number of timesteps). Output contour information each NCNTR timesteps. |
CONTIM | real | Time interval for contour plots (days). In addition to output each NCNTR timesteps, output contour information each CONTIM days. |
KEYWORD | character*4 | Optional keyword ‘time”, use time (days) in file name instead of number (used when altc is “avs” or “avsx” or “sur” or “tec”) |
CHDUM | character*72 | Keyword specifying type of contour plot data files to be created in AVS UCD, AVS Express, SURFER or TECPLOT format. Keywords are entered one per line and terminated with ‘endcont’ or ‘end cont’. Valid keywords (case insensitive) are: |
(f)ormatted - output data in ASCII format.(m)aterial - output contour values for material properties.(l)iquid - output contour values for liquid phase.(va)por - output contour values for vapor phase.(dp)dp - output contour values for dual permeability nodes.(g)eo - output geometry values (coordinates and connectivity, avs style or old tecplot style).(gr)id - output grid geometry and connectivity in a tecplot grid file format. Parameter files will be output using tecplot variable format.(n)odit - do not output a contour file at each dit (see time macro). | ||
(c)oncentration - output solute concentration values.(ca)pillary - output capillary pressure values.(co2) - output saturation values (liquid/supercritical liquid and gas).(de)nsity - output density values.(di)splacement - output x, y, and z displacements for stress problem. When ‘reldisp’ is specified in the strs macro relative displacements are output.(fh)ydrate - output htdrate fraction.(fl)ux - output node flux (additional keywords ‘net’ ‘volume’ ‘vwg’)(fw)water - output water fraction.(h)ead - output head values.(hy)drate - output hydrate values.(pe)rmeability - output permeability values.(po)rosity - output porosity values.(p)ressure - output pressure values.(s)aturation - output saturation values.(so)urce - output source values.(stra)in - output strain for a stress problem.(stre)ss - output defined stresses (x, y, z, xy, xz, yz).(t)emperature - output temperature values.(ve)locity - output velocity values.(wt) - output water table elevation.(x)yz - output node coordinates(zi)d - output number of zone containing this node (as defined at end of input file)(z)one - output values for specified zones (entered on following lines)(e)ndcont - last keyword entered. | ||
If a format keyword is not entered, the default is ‘formatted’. In the current version of the code this is the only format option supported. The default for data keywords is “off” (no output). The letters given in ( ) are sufficient to identify the keyword. The ‘zone’ and ‘geo’ keywords can not be used together. Geometry data will not be output if both keywords are specified. | ||
NSURF | integer | Number of output zones (entered following ‘zone’ keyword). |
IZONE_SURF | integer | List of nsurf zone numbers (entered following ‘zone’ keyword). |
FEHM will automatically distinguish between the alternative input formats. When keywords are used they must be entered starting in the first column. The contour data will be output whenever either of the interval criteria are satisfied.
For keyword output, if the material keyword is selected, the following material property values (at the initial time) will be written for each node: permeability in the x, y, and z directions, thermal conductivity in the x, y, and z directions, porosity, rock specific heat, capillary pressure, relative permeability model being used, and capillary pressure model being used. If vapor and/or liquid are selected, pressure, velocity, or density must also be defined (otherwise, no data for these values will be written). velocity will result in vector values, other values will be scalar. If concentration is selected, values will be output only if nspeci is defined for tracer solutions. See the control statement trac for a description of nspeci for solutes.
The following are examples of cont. For the first example, FEHM binary format contour output files will be written every 100 timesteps and for each 1.e20 days. The second example invokes AVS contour output. AVS UCD formatted files will be written for every 100 time steps and 1.e20 days. The resulting files will include a log file, geometry file, plus header and data files for the following: material properties, solute concentrations, liquid velocities, pressures and temperatures.
cont
100
1.e20
contavsmatconliquidvelocitypressuretempformattedendavs
100
1.e20
© Copyright 2018, Los Alamos National Laboratory